home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / BONUS / FULL / wikiwriter / setup-ww2x.exe / {app} / htmltut / More+Headings.db < prev    next >
Text File  |  2002-07-07  |  738b  |  24 lines

  1. @@inc HTMLToc
  2. == More Headings
  3.  
  4. At the top of your page, you should now have
  5.  
  6. <pre>
  7.    <html>
  8.    <head>
  9.    <title>Home Page - My First Web</title>
  10.    </head>
  11.    <body>
  12.    <h1>This is Heading One</h1>
  13.    <p>This is one paragraph.</p>
  14.    </body>
  15.    </html>
  16. </pre>
  17.  
  18. In your editor, save the file to update the version on disk. Then select '''Refresh''' in the browser window showing your test file to update the view.
  19.  
  20. Now show all the heading levels on your page. Add lines with descriptive text ("This is Heading Two") in a heading element, one for each level heading, until you have headings "h1" through "h6" on the page.
  21.  
  22. [[b Go to ((Finish the Page))]]
  23.  
  24.